delimiter character

网络  定界字符; 定界符字元

计算机



双语例句

  1. The default field delimiter is the tab character.
    默认的字段分隔符是制表符。
  2. There is no delimiter character placed between each record.
    每个记录之间没有放置分隔符。
  3. DELIMITER: Specifies the character that separates fields in a delimited text file.
    DELIMITER:指定用于在分隔的文本文件中分隔字段的字符。
  4. You extract the records from the db2audit.log file into ASCII delimited files using the semicolon as the field delimiter character, while only extracting CHECKING events with a FAILURE status
    然后从db2audit.log文件将记录提取到定界ASCII文件中,这里以分号作为字段定界符,并且只提取状态为FAILURE的CHECKING事件
  5. A delimiter character can be specified in the DELIMITER table option.
    可以在DELIMITER表选项中指定分隔符。
  6. Here, split() is a method that processes an input string ( of the type string) that contains a specified delimiter character ( in this case a comma) and returns a list of strings.
    这里的split()方法处理包含指定分隔字符(在这里是逗号)的输入字符串(字符串类型),返回字符串的列表。
  7. When parsing from a text file using a space delimiter, control characters shall be treated the same as the space character.
    当用一个空白分界符号从一个文字档中分析时,控制字元必须被当作跟空白字元相同。
  8. You must specify a delimiter that is at least one character long.
    必须指定长度至少为一个字符的分隔符。
  9. Now you must specify the source file's column delimiter type. You can choose comma, tab, semicolon, or another character.
    现在,您必须指定源文件的列分隔符类型。您可以选择逗号、制表符、分号或其它字符。
  10. A delimiter, a character that separates units of data in storage or transmission, ( a file separator, a field separator).
    一种定界符,即在存储和传输中分隔数据单元的一种字符(文件分隔符、字段分隔符)。
  11. The default delimiter expected by the client dll is '.', however, some servers use the'. 'character as part of the node name.
    客户端应用一般认为缺省的划界符为‘.’,然而也有些服务器将‘.’字符用在了节点名字中。
  12. The Schema Annotations: Default Child Delimiter, Default Repeating Delimiter, Default Wrap Character, and Default Escape Character should all be unique.
    架构批注:默认子分隔符、默认重复分隔符、默认换行符和默认转义符均应唯一。
  13. A sequence of one or more words terminated by a paragraph delimiter. One or more characters used to indicate the beginning or the end of a character string.
    段落:一个或多个字符序列,使用段落分割符作为结束。用于指示一个字符串的起始和结束的一个或多个字符。
  14. For ASCII files, you can specify the field delimiter for the file, as well as the escape character, whether trailing blanks should be included, and the encoding for the file.
    对于ascii文件,您可以指定文件的字段分隔符、转义字符、是否应包括尾随空白,以及文件的编码。
  15. However, if you create and test procedures and triggers from some other browsing tool, you may need to change the command delimiter from the semicolon to another character.
    但是,如果使用某些其它浏览工具创建和测试过程和触发器,则最好将命令分隔符从分号更改为其它字符。